home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre3.z / postgre3 / src / port / linux / machine.h next >
Encoding:
C/C++ Source or Header  |  1993-04-18  |  238 b   |  16 lines

  1.  
  2. /*
  3.  *  $Header: /private/postgres/src/port/linux/RCS/machine.h,v 1.2 1989/09/05 17:20:51 mao Version_2 $
  4.  */
  5.  
  6. #ifndef MACHINE_H
  7. #define MACHINE_H
  8.  
  9. /*
  10.  * This is postgres block size, not Linux block size.
  11.  */
  12. #define BLCKSZ    8192
  13.  
  14. #endif
  15.  
  16.